Missing Method in ArchivesController

Error: The action Next ► is not defined in controller ArchivesController

Error: Create ArchivesController:: Next ►() in file: app/controllers/archives_controller.php.

<?php
class ArchivesController extends AppController {

	var $name = 'Archives';


	function Next ►() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.